home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / manual.act < prev    next >
Text File  |  1995-04-22  |  2KB  |  93 lines

  1.  
  2.  
  3.  
  4.  #: 60714      Sec. 5 - Beyond BASIC... 
  5. Sb: #60705-#ACTION 
  6.     16-Jul-84  22:31:41 
  7. Fm: RICHARD E. ERNEST    73506,1720 
  8. To: SYSOP*R.Brudzynski   74035,1550 (X) 
  9.  
  10. DICK, THE PROGRAM IS ON PAGE 130-132 
  11. THE EXAMPLE NUMBER 4. I SURE HOPE THAT 
  12. YOUR RIGHT, AND AM GLAD TO KNOW THAT 
  13. THE MANUAL ISNT ALWAYS RIGHT.  I KNOW 
  14. WHAT THE PROBLEM IS, BUT AM NOT FAR 
  15. ENOUGH ALONG TO CORRECT IT. 
  16.              THANKS, 
  17.                   EDDIE ERNEST 
  18.  
  19. * Reply: 
  20.         60763 
  21. (UA RE T) (D=delete): rr 
  22.  
  23.  #: 60763      Sec. 5 - Beyond BASIC... 
  24. Sb: #60714-#ACTION 
  25.     17-Jul-84  02:25:07 
  26. Fm: Clinton Parker  70435,625 
  27. To: RICHARD E. ERNEST    73506,1720 (X) 
  28.  
  29. I have never tried that one myself 
  30. (look, OSS dreamed up all of those 
  31. examples), but I do know that at least: 
  32.      mode=InputB()    ; read mode 
  33.      IF mode='A OR mode='a THEN 
  34. ;anything but A or a 
  35. is wrong and should read: 
  36.      mode=GetD(7) 
  37.      IF mode='X OR mode='x THEN ; 
  38. expand list 
  39. Hopes this helps some.  Also, while I'm 
  40. on it: 
  41.  
  42. pg. 63 should say that * and / are INT 
  43. only operators 
  44.  
  45. pg. 123: ex. #1 is wrong, but sorry 
  46. don't remember what is wrong off the 
  47. top of my head.  Comma after level in 
  48. TYPE dcl. shouldn't be there fer surr.  
  49. I think there aqre other problems as 
  50. well. 
  51.  
  52. pg. 158 should state that PrintE 
  53. doesn't handle embedded EOL in strings. 
  54.  
  55. pg. 163:  PutDE is like PutE and does 
  56. not take the second argument character 
  57. as described, only channel. 
  58.  
  59. pg. 166:  in InputMD, <string> should 
  60. be at least max+2 in size since and 
  61. additional byte is needed for the size 
  62. (first byte) and for the EOL that CIO 
  63. puts at the end of the string but which 
  64. is not included in the size of the 
  65. string by ACTION!. 
  66.  
  67. I know that there are more typos, but I 
  68. gave my list of them along with 
  69. my marked up manual to OSS.  These are 
  70. ones I found since then and I hope that 
  71. they will be correct in the next 
  72. printing. 
  73.  
  74.         - Clint 
  75.  
  76. * Reply: 
  77.         60765 
  78. * RR 60714 + 
  79. (UA RE T): rr 
  80.  
  81.  #: 60765      Sec. 5 - Beyond BASIC... 
  82. Sb: #60763-ACTION 
  83.     17-Jul-84  02:50:37 
  84. Fm: RICHARD E. ERNEST    73506,1720 
  85. To: Clinton Parker  70435,625 
  86.  
  87. CLINT, THANKS FOR POINTING OUT ALL 
  88. THOSE ERRORS. I WOULD HAVE GONE MADD IF 
  89. I USED THOSE AND THEY NOT WORK. 
  90.             EDDIE ERNEST 
  91.  
  92. * RR 60714 
  93. (UA RE T):